home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / turk / win32 / EN / TNNKUR.exe / RCDATA / CABINET / TNNKUR.INF < prev    next >
Windows Setup INFormation  |  2000-02-17  |  11KB  |  309 lines

  1. ;===========================================================================
  2. ;
  3. ; All of the customizable sections of this file are in the [Strings] section
  4. ; at the bottom.
  5. ;
  6. ;===========================================================================
  7.  
  8.  
  9. ;=============================================
  10. ; These are global settings for the whole file.
  11. ;=============================================
  12.  
  13. [version]
  14. Signature=$chicago$
  15. AdvancedINF=2.5
  16.  
  17. [CmDial32.Dll]
  18. Version=458752
  19. Build=129499137
  20.  
  21. [Intl]
  22. Display=1033
  23.  
  24. ; -------------------------------------------------------------------
  25. ; This is the default install section.  This handles installation of
  26. ; the profile specific files
  27. ; -------------------------------------------------------------------
  28. [DefaultInstall]
  29. SmartReboot=N
  30. CustomDestination=CustInstDestSection
  31. RunPreSetupCommands=RunPreSetupCommandsSection
  32. CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
  33. AddReg=Xnstall.RenameReg
  34. RegisterOCXs=RegisterOCXSection
  35.  
  36. ; -------------------------------------------------------------------
  37. ; This file section sets up the desktop icon GUID and is thus
  38. ; only needed on legacy systems.
  39. ; -------------------------------------------------------------------
  40. [Xnstall_Legacy]
  41. SmartReboot=N
  42. CustomDestination=CustInstDestSection
  43. AddReg=Xnstall.AddReg.DesktopIcon, Xnstall.AddReg.Icon
  44.  
  45. ; -------------------------------------------------------------------
  46. ; section to install if for a private individual
  47. ; -------------------------------------------------------------------
  48. [Xnstall_Private]
  49. SmartReboot=N
  50. CustomDestination=CustInstDestSection
  51. AddReg=Xnstall.AddReg.Private
  52.  
  53. ; -------------------------------------------------------------------
  54. ; section to install if profile for all users
  55. ; -------------------------------------------------------------------
  56. [Xnstall_AllUser]
  57. SmartReboot=N
  58. AddReg=Xnstall.AddReg.AllUsers
  59. CustomDestination=CustInstDestSection
  60.  
  61. ; -------------------------------------------------------------------
  62. ; Launches the postinstall commands
  63. ; -------------------------------------------------------------------
  64. [PostInstall]
  65. SmartReboot=N
  66. CustomDestination=CustInstDestSection
  67. RunPostSetupCommands=RunPostSetupCommandsSection
  68.  
  69. ; -------------------------------------------------------------------
  70. ; Section used to uninstall Private user profiles
  71. ; -------------------------------------------------------------------
  72. [Remove_Private]
  73. Cleanup=1
  74. SmartReboot=N
  75. BeginPrompt=RemoveBeginPromptSection
  76. EndPrompt=RemoveEndPromptSection
  77. RunPreSetupCommands=RunPreUnInstCommandsSection
  78. CustomDestination=CustUnInstDestSectionPrivate
  79. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  80. DelReg=Remove.DelReg.Private
  81. DelDirs=CleanDir
  82. RunPostSetupCommands=RunPostUnInstCommandsSection
  83.  
  84. ; -------------------------------------------------------------------
  85. ; Section used to uninstall All User profiles 
  86. ; (no all users in name for legacy reasons)
  87. ; -------------------------------------------------------------------
  88. [Remove]
  89. Cleanup=1
  90. SmartReboot=N
  91. BeginPrompt=RemoveBeginPromptSection
  92. EndPrompt=RemoveEndPromptSection
  93. RunPreSetupCommands=RunPreUnInstCommandsSection
  94. CustomDestination=CustUninstDestSectionAllUsers
  95. DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
  96. DelReg=Remove.DelReg.AllUser
  97. DelDirs=CleanDir
  98. RunPostSetupCommands=RunPostUnInstCommandsSection
  99.  
  100. ; The following SetupCommandsSections allow you to run commands before or
  101. ; after the profile is installed.  The commands will only be executed once.
  102. ; Similarly the following UnInstCommandsSections will allow you to run
  103. ; commands before or after the profile is uninstalled.  An example command line
  104. ; is:
  105. ; Myprogram.exe /<switches> <options>
  106.  
  107. [RunPreSetupCommandsSection]
  108. ; Commands Here will be run Before Setup Begins to install
  109.  
  110. [RunPostSetupCommandsSection]
  111. ;Commands here will be run After setup finishes
  112.  
  113. [RunPreUnInstCommandsSection]
  114. ;Commands here will be run before Uninstall Begins
  115.  
  116. [RunPostUnInstCommandsSection]
  117. ;Commands here will be run after Uninstall Finishes
  118.  
  119. ; -------------------------------------------------------------------
  120. ; These are the registry entries for installation.
  121. ; -------------------------------------------------------------------
  122. [Xnstall.AddReg.DesktopIcon]
  123. "HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
  124. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
  125. "HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"00","00","00","00"
  126. ; Please make sure the following three commands are alphabetized by the %Open%, %Delete%,
  127. ; and %Settings% entries defined in the Strings section
  128. ; the Connect Command
  129. "HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"cmmgr32.exe ""%49000%\%ShortSvcName%.cmp"""
  130. "HKCR", "CLSID\%DesktopGUID%\Shell\Open",,,"%Open%"
  131. ; the Delete Command
  132. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete\Command",,,"cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  133. "HKCR", "CLSID\%DesktopGUID%\Shell\Delete",,,"%Delete%"
  134. ; the Properties Command
  135. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"cmmgr32.exe /settings ""%49000%\%ShortSvcName%.cmp"""
  136. "HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"%Settings%"
  137.  
  138. [Xnstall.AddReg.AllUsers]
  139. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
  140. ;"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
  141. "HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
  142.  
  143. [Xnstall.AddReg.Private]
  144. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%%UserProfile%%\%PathFromProfileDir%"
  145. ;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%\%ShortSvcName%.inf"""
  146. "HKCU", "%AppAct%\Mappings","%ServiceName%","","%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%.cmp"
  147.  
  148. ; -------------------------------------------------------------------
  149. ; These are the registry settings which
  150. ; are deleted during uninstall.
  151. ; -------------------------------------------------------------------
  152. [Remove.DelReg.AllUser]
  153. "HKLM", "%AppAct%\%ServiceName%"
  154. "HKLM", "%AppAct%\Mappings","%ServiceName%"
  155. "HKCU", "%AppAct%\UserInfo\%ServiceName%"
  156. "HKCR", "CLSID\%DesktopGUID%"
  157. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
  158. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  159.  
  160. [Remove.DelReg.Private]
  161. "HKCU", "%AppAct%\%ServiceName%"
  162. "HKCU", "%AppAct%\Mappings","%ServiceName%"
  163. "HKCU", "%AppAct%\SingleUserInfo\%ServiceName%"
  164. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
  165.  
  166. [CleanDir]
  167. %49001%\%ShortSvcName%
  168.  
  169. ; -------------------------------------------------------------------
  170. ; These are the directory specifications.
  171. ; -------------------------------------------------------------------
  172.  
  173. [CustInstDestSection]
  174. 49000,49001=XConnMgrLDIDSection, 7
  175.  
  176. [CustUninstDestSectionAllUsers]
  177. 49000,49001=XConnMgrLDIDSectionAllUsers, 5
  178.  
  179. [CustUnInstDestSectionPrivate]
  180. 49000,49001=XConnMgrLDIDSectionPrivate, 5
  181.  
  182. [XConnMgrLDIDSection]
  183. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "ProfileInstallPath", "%UnexpectedError%", ""
  184.  
  185. [XConnMgrLDIDSectionAllUsers]
  186. "HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  187.  
  188. [XConnMgrLDIDSectionPrivate]
  189. "HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
  190.  
  191. [DestinationDirs]
  192. Xnstall.CopyFiles=49001, %ShortSvcName%
  193. Xnstall.CopyFiles.ICM=49001
  194. Remove.DelFiles=49001, %ShortSvcName%
  195. Remove.DelFiles.ICM=49001
  196.  
  197. [SourceDisksNames]
  198. 55=, , 0
  199.  
  200. ; -------------------------------------------------------------------
  201. ; These are the Prompt Sections
  202. ; -------------------------------------------------------------------
  203.  
  204. [RemoveBeginPromptSection]
  205. Prompt=%BeginPrompt%
  206. ButtonType=YESNO
  207. Title=%UninstallAppTitle%
  208.  
  209. [RemoveEndPromptSection]
  210. Prompt=%EndPrompt%
  211.  
  212.  
  213. [Strings]
  214. ; -------------------------------------------------------------------
  215. ; These are the non localizable strings...
  216. ; -------------------------------------------------------------------
  217. KEY_RENAME="Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  218. AppAct="SOFTWARE\Microsoft\Connection Manager"
  219.  
  220. ; -------------------------------------------------------------------
  221. ; These are the localizable strings...
  222. ; Please also make sure to set the LCID in the [Intl] section, Display key to the LCID of
  223. ; the localized language.
  224. ; -------------------------------------------------------------------
  225. UnexpectedError="An unexpected error occurred.  Please reboot and try the installation again."
  226. PathFromProfileDir="Application Data\Microsoft\Network\Connections\Cm"
  227.  
  228. ; When you localize these commands (they are the commands for the Desktop Icon on legacy
  229. ; platforms) you must make sure to re-alphabetize the Registry add calls above.  Win95
  230. ; shows the menus in the order they were added and doesn't alphabetize them for you.
  231. Settings="P&roperties"
  232. Open="C&onnect"
  233. Delete="&Delete"
  234.  
  235. ; -------------------------------------------------------------------
  236. ; The following strings are set by the Connection Manager Administration Kit
  237. ; Do not change any of the following strings
  238. ; -------------------------------------------------------------------
  239. ServiceName="Turk Nokta Net Eri■im Numaralar²"
  240. ShortSvcName="TNNKUR"
  241. DesktopGUID="{097B2580-645C-11D2-A194-0048454098FC}"
  242. UninstallAppTitle="Turk Nokta Net Eri■im Numaralar²"
  243. DesktopIcon="32x32.ico"
  244. PhonebookPath=""
  245. BeginPrompt="Do you want to remove Turk Nokta Net Eri■im Numaralar²?"
  246. EndPrompt="Successfully removed Turk Nokta Net Eri■im Numaralar²."
  247.  
  248. [CMAK Status]
  249. OSWindows31=0
  250. OSWindows95/NT=1
  251. LCID=English (United States)
  252. IncludeDUN=0
  253. UpdatePhonebook=0
  254. UsePWDcache=0
  255. IncludeCMCode=1
  256. IncludeSupportDll=1
  257. LicenseFile=
  258. PhoneName=
  259. InfVersion=4
  260.  
  261. [Extra Files]
  262.  
  263. [Merge Profiles]
  264.  
  265. [Xnstall.AddReg.Icon]
  266. HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"
  267.  
  268. [Xnstall.CopyFiles]
  269. Tnn.pbk
  270. Tnn.pbr
  271. erisim2.BMP
  272. world.BMP
  273. 32x32.ico
  274. 16x16.ico
  275. 16x16.ico
  276. readme.txt
  277. TNNKUR.cms,,,4
  278. TNNKUR.inf
  279.  
  280. [Xnstall.CopyFiles.ICM]
  281. TNNKUR.cmp,,,16
  282.  
  283. [Remove.DelFiles.ICM]
  284. TNNKUR.cmp
  285.  
  286. [SourceDisksFiles]
  287. Tnn.pbk= 55
  288. Tnn.pbr= 55
  289. erisim2.BMP= 55
  290. world.BMP= 55
  291. 32x32.ico= 55
  292. 16x16.ico= 55
  293. 16x16.ico= 55
  294. TNNKUR.inf = 55
  295. TNNKUR.cmp = 55
  296. TNNKUR.cms = 55
  297.  
  298. [Remove.DelFiles]
  299. TNNKUR.cms
  300. readme.txt
  301. Tnn.pbk
  302. Tnn.pbr
  303. erisim2.BMP
  304. world.BMP
  305. 32x32.ico
  306. 16x16.ico
  307. 16x16.ico
  308.  
  309.